home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / i_ching_v1.0 / card_5297.txt < prev    next >
Text File  |  1990-10-02  |  2KB  |  95 lines

  1. -- card: 5297 from stack: in.0
  2. -- bmap block id: 23003
  3. -- flags: 0000
  4. -- background id: 2604
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=450 top=294 right=326 bottom=490
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1016 / 1016
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to card id 2225
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 4 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=115 top=222 right=239 bottom=195
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Attributes
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect wipe left
  44.   go to card id 2545
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part 5 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=195 top=286 right=303 bottom=278
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Hexagrams1
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect wipe left
  65.   go to card id 4936
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 7 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=55 top=305 right=326 bottom=109
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Not Here!
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   answer "Not this asterisk, but the asterisk above!" with "Not OK" or "OK"
  85.   if it is "Not OK" then
  86.     answer "You must me a IBM user!" with "Yep!" or "No Way!"
  87.     if it is "No Way!" then
  88.       answer "Good for you!"
  89.     else
  90.       answer "Grrrrr..."
  91.     end if
  92.   end if
  93. end mouseUp
  94.  
  95.